socketio
Toggle table of contents
apple
Platform filter
apple
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[apple]Logger
Logger
apple
interface
Logger
Inheritors
NoOp
Members
Types
No
Op
Link copied to clipboard
apple
object
NoOp
:
Logger
Functions
debug
Link copied to clipboard
apple
abstract
fun
debug
(
tag
:
String
,
message
:
String
)
error
Link copied to clipboard
apple
abstract
fun
error
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
)
info
Link copied to clipboard
apple
abstract
fun
info
(
tag
:
String
,
message
:
String
)